Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit be067c0de572a6dd331bbea61d28102e105402f4


Parents : ec6542c
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Signature : T66BB85Valid, signed by author
Date : 2026-06-09T22:26:35+02:00

Cleanup

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/build_appimage.sh b/build_appimage.sh
index ab6f71dd..d7fb6c12 100755
--- a/build_appimage.sh
+++ b/build_appimage.sh
@@ -611,7 +611,7 @@ def patch_pip_install():
if os.path.isdir(usr_dir):
for exe in os.listdir(usr_dir):
path = os.path.join(usr_dir, exe)
- if (not os.path.islink(path)) or \
+ if (not os.path.islink(path)) or \
os.path.exists(os.path.realpath(path)):
continue
os.remove(path)


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────